* {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
small,
strong,
dl,
dt,
dd,
ol,
ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul,
a,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: initial;
}

body {
	font-size: 14px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #666;
	background: #fff;
	overflow-x: hidden;
}

input[type=button] {
	-webkit-appearance: none;
	outline: none
}

ul,
ol {
	list-style: none;
	box-sizing: border-box;
}

li,
span ,
em,
strong,
i{
	display: inline-block;
}

em,
strong,
i {
	font-style: normal;
}

a {
	display: block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
img,a,i,span{
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
img {
	max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

img,
input,
textarea {
	border: none;
	vertical-align: middle;
}

input,
button,
textarea {
	outline: none;
	font-family: "microsoft yahei"
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e4e4e4;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	clear: both;
	position: relative;
}

.hide {
	display: none !important;
}

.show {
	display: block;
}

.clear {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.box {
	display: block;
	width: 100%;
	height: 100%;
}

.box-s {
	box-sizing: border-box;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ellipsis3 {
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ellipsis4 {
	-webkit-line-clamp: 4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.w1200 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
.w1400{
	margin-right: auto;
	margin-left: auto;
	width: 1400px;
}
.w1600 {
	margin-right: auto;
	margin-left: auto;
	width: 1600px;
}

.t-l {
	text-align: left;
}

.t-r {
	text-align: right;
}

.t-c{
	text-align: center;
}

/*banner动画*/
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner>img {
	width: 100%;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-animation: minus 5s 0s ease both infinite;
	-moz-animation: minus 5s 0s ease both infinite;
	animation: minus 5s 0s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes minus {
	0% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/*淡入效果*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@keyframes bounceInUp{
	0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
	0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}
	100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
@-webkit-keyframes bounceOut{
	20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
	50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
	100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
}
.bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}
@keyframes bounceInLeft {
	0%,60%,75%,90%,100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
	0% {opacity: 0;-webkit-transform: translate3d(-50px, 0, 0);transform: translate3d(-50px, 0, 0);}
	100% {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}	
@keyframes bounceInRight {
	0%,60%,75%,90%,100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
	0% {opacity: 0;-webkit-transform: translate3d(50px, 0, 0);transform: translate3d(50px, 0, 0);}
	100% {opacity: 1;-webkit-transform: translate3d(0px, 0, 0);transform: translate3d(0px, 0, 0);}
}


/*按钮触发*/
.link{
	transition: 0.52s;
	position: relative;
	overflow: hidden;
}
.anim {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.link:hover .anim {
	animation: anim-out 0.75s;
}

.link:hover .anim:after {
	animation: anim-out-pseudo 0.75s;
}

@keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}